func runtime.saveg

3 uses

	runtime (current package)
		mprof.go#L787: 			saveg(pc, sp, gp, &r[0])
		mprof.go#L812: 			systemstack(func() { saveg(^uintptr(0), ^uintptr(0), gp1, &r[0]) })
		mprof.go#L836: func saveg(pc, sp uintptr, gp *g, r *StackRecord) {